home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / qseq_11c.zip / QSQ.CFG < prev    next >
Text File  |  1995-02-08  |  4KB  |  143 lines

  1. ####################################################################
  2. #
  3. # Example of main configuration file for QSEQ.
  4. #
  5. ####################################################################
  6.  
  7. ####################################################################
  8. # GLOBAL VARIABLES:
  9. #
  10.  
  11. # sound blaster variables (from BLASTER environment variable):
  12. # interrupt (2/5/7/10):
  13. BLASTERINT 7
  14. # address (220/240)
  15. BLASTERADD 220
  16.  
  17. # midi thru by QSEQ (1:on, 0:off):
  18. MIDITHRU 1
  19.  
  20. # "local control" messages (sent automaticaly at the beginning of the session
  21. # or manualy after) :
  22. # start message(2: on, 1:off, 0:nothing) channel (1-16)
  23. LOCALCTRL 1 15
  24.  
  25. # use of realtime midi message START/STOP/CONTINUE (1:on, 0:off):
  26. REALTIME 0
  27.  
  28. # flash of memory field when MIDI data is coming in.
  29. MIDIFLASH 1
  30.  
  31. # automatic backup (1:on, 0:off):
  32. BACKUP 1
  33.  
  34. # length of the sysex pause in 1/100sec:
  35. SYSEXPAUSE 10000
  36.  
  37. # default tempo:
  38. TEMPO 100
  39.  
  40. # METRONOME:
  41. # metronome config: status (1:on, 0:off) output(1:midi, 0:beep)
  42. METRONOME 0 1
  43. # metronome beep config: first beat (freq in Hz) others beats (freq in Hz)
  44. METROBEEP 9000 1000
  45. # metronome midi config: first beat (chan,note,vel) others beats (chan,note,vel)
  46. METROMIDI 16 37 127   16 37 80
  47.  
  48.  
  49. ####################################################################
  50. # COLORS:
  51. #
  52. # color_token forg backg blink
  53. #
  54. # forg: 0: black      8: darkgrey    backg: 0: black   blink: 0: off
  55. #       1: blue       9: lightblue          1: blue           1: on
  56. #       2: green     10: lightgreen         2: green
  57. #       3: cyan      11: lightcyan          3: cyan
  58. #       4: red       12: lightred           4: red
  59. #       5: magenta   13: lightmagenta       5: magenta
  60. #       6: orange    14: lightyellow        6: yellow
  61. #       7: lightgrey 15: white              7: white
  62.  
  63.  
  64. # COLORS:
  65. # color_token forg backg blink
  66. #
  67. # forg: 0: black      8: darkgrey    backg: 0: black   blink: 0: off
  68. #       1: blue       9: lightblue          1: blue           1: on
  69. #       2: green     10: lightgreen         2: green
  70. #       3: cyan      11: lightcyan          3: cyan
  71. #       4: red       12: lightred           4: red
  72. #       5: magenta   13: lightmagenta       5: magenta
  73. #       6: orange    14: lightyellow        6: yellow
  74. #       7: lightgrey 15: white              7: white
  75.  
  76. # GENERAL COLOR:
  77. A_GEN       0 7 0
  78.  
  79. # STATUS LINE:
  80. # file field:
  81. A_FILE      15 2 0
  82. # time field:
  83. A_TIME      15 2 0
  84. #tempo field:
  85. A_TEMPO     0 7 0
  86. # sequencer mode field: recording:
  87. A_SSRECORD  15 4 1
  88. # sequencer mode field: playing:
  89. A_SSPLAY    15 3 0
  90. # sequencer mode field: editing:
  91. A_SSEDIT    15 2 0
  92. # punch-in mode/metronome flag/midithru flag fields:
  93. A_STATUS    15 4 0
  94. # memory field (normal/hilight when receiving midi):
  95. A_MEM       0 7 0
  96. A_MEMHI     15 7 0
  97.  
  98. # hilighted current parameter
  99. A_PARAMHI   15 1 0
  100.  
  101. # CURSOR in NOTE view:
  102. # when the cursor is not on a note:
  103. A_CURSOFF   15 1 1
  104. # when the cursor is on a note:
  105. A_CURSON    14 2 0
  106. # note's color when under the cursor:
  107. A_NOTEHI    14 7 0
  108.  
  109. # Difference of color to mark octaves, or different steps in the background
  110. # of NOTE/EVENT/GLOBAL view.
  111. A_STEP      4 7 0
  112.  
  113. # Color of the cursor when prompting for a string/number/character.
  114. A_ASK       15 4 0
  115.  
  116. # Color of the first letter of a menu item: unselected:
  117. A_MENUHI    15 7 0
  118. # Color of the first letter of a menu item: selected:
  119. A_MENUHISEL 12 7 0
  120.  
  121. # GLOBAL view
  122. # color of first loop point, end of the track, archived or muted flags:
  123. A_GSPEC     15 5 0
  124. # color of next loop points:
  125. A_GLOOP     5 7 0
  126. # color of the selected area and begin/end points:
  127. A_GSEL      15 3 0
  128. # color of the recordable area when recording:
  129. A_GREC      14 7 0
  130. # color of punch in/out points:
  131. A_GPUNCH     15 6 0
  132. # color of jokers:
  133. A_JOKER     14 6 0
  134.  
  135. # MESSAGES:
  136. # color of an information message:
  137. A_MSINFO    14 7 0
  138. # color of an error message:
  139. A_MSERR     12 7 1
  140. # color of an "I'm working" message:
  141. A_MSWORK    14 7 1
  142.  
  143.